home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / WinXP Service Pack 1 / xpsp1_sv_x86.exe / msrdp.ocx / REGISTRY / 101 (.txt)
Encoding:
InstallShield Script  |  2002-09-09  |  970 b   |  31 lines

  1.     MsRDP.MsRDP.2 = s 'MsRDP Class v3'
  2.     {
  3.         CLSID = s '{9059f30f-4eb1-4bd2-9fdc-36f43a218f4a}'
  4.     }
  5.     MsRDP.MsRDP = s 'MsRDP Class v3'
  6.     {
  7.         CurVer = s 'MsRDP.MsRDP.2'
  8.     }
  9.     NoRemove CLSID
  10.     {
  11.         ForceRemove {9059f30f-4eb1-4bd2-9fdc-36f43a218f4a} = s 'Microsoft RDP Client Control (redist)'
  12.         {
  13.             ProgID = s 'MsRDP.MsRDP.2'
  14.             VersionIndependentProgID = s 'MsRDP.MsRDP'
  15.             ForceRemove 'Programmable'
  16.             InprocServer32 = s '%MODULE%'
  17.             {
  18.                 val ThreadingModel = s 'Apartment'
  19.             }
  20.             ForceRemove 'Control'
  21.             ForceRemove 'Programmable'
  22.             ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 1'
  23.             'MiscStatus' = s '0'
  24.             {
  25.                 '1' = s '131473'
  26.             }
  27.             'TypeLib' = s '{fc7c887e-70bd-4adb-8bed-8681d74f36d1}'
  28.             'Version' = s '1.0'
  29.         }
  30.     }
  31.